Update Last Active Device Tracker
PATCH /device-trackers/last-active/{userId}
Description
Update the last active device tracker for a specific user.
Path Parameters
| Name | Type | Description |
|---|---|---|
userId | string | The user ID (path parameter) |
Example
PATCH /api/v1/device-trackers/last-active/{userId}
Response Code: 200 - OK
Description
No specific links or additional details.
Example Response
No specific response body details provided for successful response.
LANGUAGE
CURL REQUEST
curl --request PATCH \
--url /device-trackers/last-active/{userId} \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!